Asset Boolean Property
data class AssetBooleanProperty(val property: String, val value: Boolean, val defaultValue: Boolean) : AssetProperty
A class that represents a boolean asset property.
Parameters
property
the name of the property.
value
the current value of the property.
default Value
the default value of the property if it is not set.